projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1def9c
)
Raleigh: fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 14 Feb 2014 20:33:47 +0000
(15:33 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 14 Feb 2014 20:33:47 +0000
(15:33 -0500)
titlebar is a style class, so it needs a .
gtk/resources/theme/gtk-default.css
patch
|
blob
|
history
diff --git
a/gtk/resources/theme/gtk-default.css
b/gtk/resources/theme/gtk-default.css
index 9ab3cbd1d242e7535ebbca2a15c5d292820a6180..8c30613585b1a637b1745f6163daa4fd02296966 100644
(file)
--- a/
gtk/resources/theme/gtk-default.css
+++ b/
gtk/resources/theme/gtk-default.css
@@
-833,7
+833,7
@@
GtkCalendar.button:hover {
icon-shadow: none;
}
-titlebar .titlebutton:backdrop {
+
.
titlebar .titlebutton:backdrop {
background-image: none;
color: #a7aba7;
border-image: none;